Class IoeClientProcessImpl

All Implemented Interfaces:
IPCObject, IoeClientProcess, Process

public class IoeClientProcessImpl extends ProcessImpl implements IoeClientProcess
Information provided by the PKI file:

    \class IoeClientProcess
    
    \brief IoeClientProcess handles and manipulates the IoE client process for IoE devices.
    
    \example network().getDevice("SBC0").getProcess("IoeClientProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setupRemoteApi

      public boolean setupRemoteApi(String json)
      Information provided by the PKI file:
      
          \brief setup the API call in remote server, returns true if successful, false otherwise.
          
          \param json, the API call to server in json format.
          
          \return bool, true if successful, false otherwise.
          
              
      Specified by:
      setupRemoteApi in interface IoeClientProcess
      Parameters:
      json - Takes in a parameter of json
      Returns:
      boolean Returns a boolean
    • reportStates

      public void reportStates(String states)
      Information provided by the PKI file:
      
          \brief send the state of the IoE client to server.
          
          \param states, the state of the IoE client.
          
              
      Specified by:
      reportStates in interface IoeClientProcess
      Parameters:
      states - Takes in a parameter of states